918206
authorDebian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Sat, 14 Sep 2019 15:37:43 +0000 (16:37 +0100)
committerRebecca N. Palmer <rebecca_palmer@zoho.com>
Sat, 14 Sep 2019 15:37:43 +0000 (16:37 +0100)
commitaf1d9c3637115973dbe27411e2d061e9a6ad1915
treeac33239817086414c121f896d753cb125574448a
parent09c548791b05c007476e890a6ff9bf2977c83b92
918206

Using this and not upstream's __array_priority__ fix
https://github.com/pandas-dev/pandas/commit/ad2a14f4bec8a004b2972c12f12ed3e4ce37ff52
to allow np.array += DataFrame to remain in-place (same object ID /
other views also affected) and an array (not a DataFrame).

Author: jbrockmendel, Rebecca N. Palmer <rebecca_palmer@zoho.com>
Origin: upstream
Bug-Debian: https://bugs.debian.org/918206 https://bugs.debian.org/923707
Forwarded: not-needed

Gbp-Pq: Name 918206.patch
pandas/core/generic.py
pandas/tests/frame/test_analytics.py